.header {
    top:0;
}
#home-menu-logo {
    width: auto;
    height: 100px;
    padding: 0 8px;
}

#pg-header-box {
    width:100%;
    height:140px;
    border-bottom:solid 1px #000;
    position: relative;
    top:0;
    padding:0;
    margin: 0;
    /*margin-top:-100px;*/
    background-color: #697b80;
    background-image: url("../images/layout/page_hdr_01.jpg");
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}


.pg-contact-frm-bx{
    width:100%;

}
.pg-contact-frm-bx p {
    display:block;
    vertical-align: top;
}
.pg-contact-frm-bx .label {
    display:inline-block;
    width:100px;
    text-align: left;
    vertical-align: top;
}
.pg-contact-frm-bx input {
    width:300px;
    padding:8px;
    border-radius: 8px;
    border:solid 1px #BBB;
}
.pg-contact-frm-bx textarea {
    width:300px;
    padding:8px;
    border-radius: 8px;
    border:solid 1px #BBB;
}